Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[CreateInvitationResult](index.html)

CreateInvitationResult

[androidJvm]
sealed class CreateInvitationResult

Types

Name Summary
Companion [androidJvm]
object Companion
Error [androidJvm]
sealed class Error : Streem.CreateInvitationResult
InvitationCreated [androidJvm]
data class InvitationCreated(val invitation: Streem.StreemInvitation) : Streem.CreateInvitationResult

Inheritors

Name
InvitationCreated
Error